-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update readme #85
Conversation
WalkthroughThe changes encompass a variety of updates aimed at enhancing code quality and testing processes. These include adjusting import paths, updating Jest version, refining SonarQube configurations, and setting up Jest mocks for better testing capabilities. Changes
Poem
Recent Review DetailsConfiguration used: CodeRabbit UI Files ignored due to path filters (1)
Files selected for processing (6)
Files skipped from review as they are similar to previous changes (4)
Additional comments not posted (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Coverage report
Test suite run success48 tests passing in 20 suites. Report generated by 🧪jest coverage report action from 6492ee3 |
1f6b4eb
to
c05ec5b
Compare
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c05ec5b
to
4090980
Compare
This comment has been minimized.
This comment has been minimized.
4090980
to
09986d6
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
08cabb3
to
830ac07
Compare
This comment has been minimized.
This comment has been minimized.
c31d6fb
to
04665e1
Compare
This comment has been minimized.
This comment has been minimized.
04665e1
to
6492ee3
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Actionable comments outside the diff hunks (1)
README.md (1)
Line range hint
1-1
: Please add alt text to images to improve accessibility.- <img align="left" src="https://github.com/wednesday-solutions/react-native-template/blob/master/react_native_template_github.svg" width="480" height="510" /> + <img alt="React Native Template Logo" align="left" src="https://github.com/wednesday-solutions/react-native-template/blob/master/react_native_template_github.svg" width="480" height="510" />
- [Redux](https://redux.js.org/) (v4.0.1) to help manage state | ||
- [Redux Persist](https://github.com/rt2zz/redux-persist) (v5.10.0) to persist the Redux state | ||
- [Redux Sagas](https://redux-saga.js.org) (v1.0.2) to separate side-effects and logic from state and UI logic | ||
- [React Navigation](https://reactnavigation.org/) (v3.11.2) with a [`NavigationService`](app/services/NavigationService.js) to handle routing and navigation in the app, with a splash screen setup by default | ||
- [React Navigation](https://reactnavigation.org/) (v3.11.2) with a [`NavigationService`](app/services/navigationService.js) to handle routing and navigation in the app, with a splash screen setup by default | ||
- [reduxsauce](https://github.com/infinitered/reduxsauce) (v1.0.1) to facilitate using Redux | ||
- [apisauce](https://github.com/infinitered/apisauce/) to make API calls (v0.19.0) | ||
- [prettier](https://prettier.io/) and [eslint](https://eslint.org/) preconfigured for React Native |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 NOTE
This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [52-138]
There are several markdown syntax issues related to list indentation and spacing around headings. These should be corrected to improve the readability of the document.
- ### Atomic Design for react native architecture
+ ### Atomic Design for React Native Architecture
- - **Atoms**
+ - **Atoms:**
- - **Molecules**
+ - **Molecules:**
- - **Organisms**
+ - **Organisms:**
- ### Running expo project
+ ### Running Expo Project
- ### Useful documentation
+ ### Useful Documentation
Ticket Link
Related Links
Description
Steps to Reproduce / Test
GIF's
Summary by CodeRabbit
redux-persist
in setupTests.js to improve testing setup and customization.